home *** CD-ROM | disk | FTP | other *** search
/ TeX 1995 July / TeX CD-ROM July 1995 (Disc 1)(Walnut Creek)(1995).ISO / dviware / beebe / updates / 00mail.5 < prev    next >
Text File  |  1990-10-01  |  2KB  |  36 lines

  1. 26-Feb-87 13:46:28-MST,1632;000000000000
  2. Mail-From: BEEBE created at 26-Feb-87 13:46:24
  3. Date: Thu 26 Feb 87 13:46:24-MST
  4. From: "Nelson H.F. Beebe" <Beebe@UTAH-SCIENCE.ARPA>
  5. Subject: DVI family update #5
  6. To: $90%dhdurz1.bitnet@WISCVM.WISC.EDU, austins%ucbcmsa.edu@UTAH-CS.ARPA,
  7.     cel@CITHEX.CALTECH.EDU, crawford-j%ohio-state.arpa@UTAH-CS.ARPA,
  8.     crm8701%tamvenus.bitnet@WISCVM.WISC.EDU,
  9.     david%ci-dandelion.uucp@EDDIE.MIT.EDU,
  10.     gaspard%hroeur5.bitnet@WISCVM.WISC.EDU,
  11.     james%vaxe.coe.northeastern.edu@UTAH-CS.ARPA,
  12.     lamy%ai.toronto.edu@RELAY.CS.NET, mpc91b%dgogwd01.bitnet@WISCVM.WISC.EDU,
  13.     rjones%uwovax.bitnet@WISCVM.WISC.EDU, rs%gnome.cs.cmu.edu@UTAH-CS.ARPA,
  14.     stone%ruthep.rutgers.edu@RUTGERS.RUTGERS.EDU,
  15.     system%uvphys.bitnet@WISCVM.WISC.EDU, thobe@EE.UCLA.EDU,
  16.     x854%ddagsi3.bitnet@WISCVM.WISC.EDU, zeffi%finabo.bitnet@WISCVM.WISC.EDU
  17. cc: BEEBE@UTAH-SCIENCE.ARPA
  18. X-US-Mail: "Center for Scientific Computation, South Physics, University of Utah, Salt Lake City, UT 84112"
  19. X-Telephone: (801) 581-5254
  20. Message-ID: <12282197588.22.BEEBE@UTAH-SCIENCE.ARPA>
  21.  
  22. In dispchar.h, change the line
  23.  
  24.               rightones[HOST_WORD_SIZE - 1 - bits_to_next] &
  25. to
  26.               rightones[bits_to_next] &
  27.  
  28. This code is not active for non 32-bit machines, or the  IBM
  29. PC, and the  local 32-bit Unix  machines running the  driver
  30. family have been  using only the  laser printer members,  so
  31. the bug was not caught until we actually tried DVIPRX output
  32. under VAX VMS.   The effect  it has is  that large  vertical
  33. white streaks  appear in  the output  bitmap; dispchar()  is
  34. used by all the low-resolution dot matrix printers.
  35. -------
  36.